home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / gcc263-inclib.lha / gnu / os-include / proto / translator.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-22  |  258 b   |  13 lines

  1. #ifndef PROTO_TRANSLATOR_H
  2. #define PROTO_TRANSLATOR_H
  3.  
  4. #include <clib/translator_protos.h>
  5. #if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
  6. #include <inline/translator.h>
  7. #endif
  8. #ifndef __NOLIBBASE__
  9. extern struct Library *TranslatorBase;
  10. #endif
  11.  
  12. #endif
  13.